home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / disk / kutil14.zip / SAFECOPY.TXT < prev    next >
Text File  |  1996-08-25  |  3KB  |  74 lines

  1.                               K-TOOLS UTILITIES
  2.  
  3.               Copyright (c) 1994-96 by Rob McDonell, ARK ANGLES
  4.                              All Rights Reserved
  5.  
  6.                         SAFECOPY - Safe File Copy 1.4
  7.  
  8.  
  9. This utility copies one or more files to a new location, provided that the
  10. same or newer versions of the files do not already exist there.  It works
  11. just like the COPY command except that it will never overwrite a later
  12. version of a file with an earlier one.
  13.  
  14.  
  15. USAGE:
  16.  
  17.   SAFECOPY [sourcedir]sourcefiles [[targetdir][targetfiles]] [options]
  18.  
  19. where:  sourcedir    is the location of the existing files, or the current
  20.                      directory if blank
  21.  
  22.         sourcefiles  is the file to be copied, wildcards are accepted to
  23.                      specify multiple files
  24.  
  25.         targetdir    is the destination location for the copied files, or
  26.                      the same directory if blank
  27.  
  28.         targetfiles  is the new file name or names for the copied files,
  29.                      wildcards are allowed for partial renaming of multiple
  30.                      files, or blank if the names are to remain the same
  31.  
  32.         options      is any of the following:
  33.  
  34.           /P         pause to ask before overwriting each file
  35.           /Y         yes, go ahead and overwrite without asking
  36.         
  37. Both the source directory and target directory must exist.
  38.  
  39.  
  40. EXAMPLES:
  41.  
  42.   SAFECOPY MYFILE.TXT *.DOC      will copy MYFILE.TXT from the current
  43.                                  directory to MYFILE.DOC in the same
  44.                                  directory
  45.  
  46.   SAFECOPY *.TXT *.DOC           will copy all .TXT files from the current
  47.                                  directory to *.TXX in the same directory
  48.  
  49.   SAFECOPY \DIR1 \DIR2           will copy all files from the \DIR1
  50.                                  directory to the \DIR2 directory
  51.  
  52.   SAFECOPY C:\DIR1 A:\           will copy all files from the \DIR1 directory
  53.                                  on drive C: to the root directory on A:
  54.  
  55. Run SAFECOPY with no parameters or "?" or "/?" to display simple help and
  56. registration information.
  57.  
  58.  
  59. REGISTRATION:
  60.  
  61. This program is part of the K-TOOLS UTILITIES shareware package.  To keep
  62. using it after the 60 day trial period you must register, which costs only
  63. A$15 per utility or A$29, US$24, £15, Dm40, ¥2600 for the whole collection.
  64.  
  65. Author:     Rob McDonell
  66.             ARK ANGLES
  67.             P O Box 190 (61 Oaklands Rd)
  68.             Hazelbrook  NSW  2779
  69.             AUSTRALIA
  70. Phone:      Intl+61-47-588100
  71. Fax:        Intl+61-47-588638
  72. Compuserve: 100237,141
  73. Internet:   100237.141@compuserve.com
  74.